org.eclipse.ui.editors.text
Class TextSourceViewerConfiguration
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
org.eclipse.ui.editors.text.TextSourceViewerConfiguration
- public class TextSourceViewerConfiguration
- extends SourceViewerConfiguration
SourceViewer configuration for the text editor.
- Since:
- 3.0
Method Summary |
IAnnotationHover |
getAnnotationHover(ISourceViewer sourceViewer)
Returns the annotation hover which will provide the information to be
shown in a hover popup window when requested for the given
source viewer.This implementation always returns null . |
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration |
getAutoIndentStrategy, getConfiguredContentTypes, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentAssistant, getContentFormatter, getDefaultPrefixes, getDoubleClickStrategy, getIndentPrefixes, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getPresentationReconciler, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextSourceViewerConfiguration
public TextSourceViewerConfiguration()
getAnnotationHover
public IAnnotationHover getAnnotationHover(ISourceViewer sourceViewer)
- Description copied from class:
SourceViewerConfiguration
- Returns the annotation hover which will provide the information to be
shown in a hover popup window when requested for the given
source viewer.This implementation always returns
null
.
- Overrides:
getAnnotationHover
in class SourceViewerConfiguration
- Parameters:
sourceViewer
- the source viewer to be configured by this configuration
- Returns:
- an annotation hover or
null
if no hover support should be installed
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.